home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / FireMan.swf / scripts / frame_1055 / PlaceObject2_518_129 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Text File  |  2008-09-12  |  900b  |  36 lines

  1. onClipEvent(load){
  2.    heroe = eval(_root.heroe);
  3.    mapa = eval(_root.mapa);
  4.    this.gotoAndStop("hide");
  5.    SPEED = 2;
  6.    vforce = 15;
  7.    vforcei = 10;
  8.    MAXJUMP = 60;
  9.    currenthigh = 0;
  10.    _Y = _Y + 1;
  11.    xi = _X;
  12.    yi = Math.abs(_Y - _root.mapa._y);
  13.    DELAY = 25;
  14.    WALKTIME = 40;
  15.    timer = DELAY;
  16.    hide = true;
  17.    falling = false;
  18.    vertical = 0;
  19.    attack = false;
  20.    DAMAGE = 1;
  21.    MAXDAMAGE = 1;
  22.    currentdamage = 0;
  23.    hitted = false;
  24.    flashing = false;
  25.    hitable = false;
  26.    FLASHTIME = 5;
  27.    timerdamage = 0;
  28.    myColor = new Color(this);
  29.    myColorTransform = new Object();
  30.    myColorTransform = {ra:"100",rb:"200",ga:"100",gb:"180",ba:"100",bb:"150",aa:"100",ab:"00"};
  31.    myColorNormal = {ra:"100",rb:"00",ga:"100",gb:"00",ba:"100",bb:"00",aa:"100",ab:"00"};
  32.    death = false;
  33.    shoot = new Sound();
  34.    shoot.attachSound("metoolshoot");
  35. }
  36.